home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00005_Script_5 < prev    next >
Text File  |  1995-05-02  |  353b  |  16 lines

  1. on exitFrame
  2.   global gHelp
  3.   repeat with i = 1 to 48
  4.     puppetSprite i, true
  5.   end repeat
  6.   puppetPalette "newpal"
  7.   patchPal
  8.   if gHelp = 1 then 
  9.     set the castNum of sprite 47 = 47 
  10.     set the castNum of sprite 13 = 16
  11.   else 
  12.     set the castNum of sprite 47 to 18 
  13.     set the castNum of sprite 13 = 17
  14.   end if
  15.   updatestage
  16. end